Set hierarchy overlay properties
{ addHierarchyOverlay }
Adds hierarchy overlays in a specific data model for the given role.
Method
/API3/dataSources/addHierarchyOverlay
- Enterprise Admin
- Domain Admin
Input Parameters
Name
data
Object Type
Description
An object representing the hierarchy overlays to be applied to a data model.
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP